projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4311c1a
)
mx35 iomux: Remove unused macro
author
Benoît Thébaudeau
<
[email protected]
>
Tue, 14 Aug 2012 09:39:16 +0000
(09:39 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 1 Sep 2012 12:58:27 +0000
(14:58 +0200)
Signed-off-by: Benoît Thébaudeau <
[email protected]
>
Cc: Stefano Babic <
[email protected]
>
Acked-by: Stefano Babic <
[email protected]
>
arch/arm/cpu/arm1136/mx35/iomux.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm1136/mx35/iomux.c
b/arch/arm/cpu/arm1136/mx35/iomux.c
index f93191daef5fe1ff211f906deafd083eac29c26b..a302575edaa117fa3faf11e373291d737b8bff1e 100644
(file)
--- a/
arch/arm/cpu/arm1136/mx35/iomux.c
+++ b/
arch/arm/cpu/arm1136/mx35/iomux.c
@@
-44,8
+44,6
@@
enum iomux_reg_addr {
#define MUX_INPUT_NUM_MUX \
(((IOMUXSW_INPUT_END - IOMUXSW_INPUT_CTL) >> 2) + 1)
-#define PIN_TO_IOMUX_INDEX(pin) ((PIN_TO_IOMUX_PAD(pin) - 0x328) >> 2)
-
/*
* Request ownership for an IO pin. This function has to be the first one
* being called before that pin is used.